@charset "utf-8";
@import url("../webfonts/Roboto/stylesheet.css");

#wraper {
    width: 95%;
}
#hero1 {
}

.header {
    color: #60191A;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.botton {
    margin-top: -8px;
    margin-right: 13px;
    margin-bottom: 13px;
}

.navbar-toggler   {
    text-align: right;
}
.form {
}
.form form .row {
    margin-bottom: 75px;
    margin-top: 16px;
    margin-left: 4px;
}

.form-row .col-7 .form-control {
    margin-left: 13px;
}
.container .row .col-md-4.order-md-2.mb-4.col-xl-6 {
    float: right;
}
.container .row .order-md-1.col-lg-7.col-xl-6.col-md-7 {
    float: left;
}

.mb-3   {
    margin-bottom: 35px;
    margin-top: 25px;
    color: #570A0C;
    font-family: exo;
    font-style: normal;
    font-weight: 600;
    font-size: large;
    margin-left: 68px;
}
.py-5.text-center h2  {
    margin-top: 65px;
    color: #7F1012;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
}

#textfield {
    width: 70%;
    margin-bottom: 46px;
    margin-left: 6px;
}

#tel   {
    width: 52%;
    margin-bottom: 30px;
    margin-left: 8px;
}
.container .my-5.pt-5.text-muted.text-center.text-small .mb-1 {
    color: #FCF3F3;
    font-family: exo;
    font-style: normal;
    font-weight: 100;
    font-size: large;
}

.container div .list-inline {
    text-align: center;
    margin-top: 86px;
    margin-bottom: 46px;
}

.order-md-1.col-lg-7.col-xl-6.col-md-7 .needs-validation .custom-control.custom-checkbox {
    color: #60191A;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    font-size: large;
}
.needs-validation .d-block.my-3 .custom-control.custom-radio {
    color: #60191A;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
}
.custom-checkbox   {
    color: #60191A;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    font-size: large;
}
.table1 {
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    color: #660E10;
    font-size: x-large;
}
.table{
    width: 100%;
    color: #520A0B;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    font-size: large;
}
.cart-info{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    padding-left: 8px;
    padding-right: 28px;
    padding-top: 4px;
}
td .cart-info div {
    padding-right: 0px;
    margin-left: 49px;

}
.cart-info div .td.a {
    display: block;
	 background-image: linear-gradient(
	rgba(221,95,97,1.00) ,
	rgba(221,95,97,1.00) ,
	rgba(221,95,97,1.00) ,
	rgba(221,95,97,1.00)  
	);
    color: #F9F4F4;
    text-align: center;
    border-radius: 17px;
    font-family: exo;
    font-style: normal;
    font-weight: 500;
    padding: 0px;

}
.cart-info div .td.a:hover {
    color: #E97DCE;
    background-color: #D99F9F;
	 text-decoration: none;
}
.total{
    float: right;
    width: auto;
    margin-right: 19px;
}
 
@media (min-width: 576px) { 


}

 
@media (min-width: 768px) {
}

 
@media (min-width: 992px) { 
}

 
@media (min-width: 1200px) {
}

